home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / sblgn_v4.zip / SBLOGIN.BAT < prev    next >
DOS Batch File  |  1993-04-29  |  528b  |  25 lines

  1. @ECHO OFF 
  2. REM sample login1.bat (or login2.bat) 
  3. C:
  4. Cd\wc30\sblogin
  5. copy C:\wc30\wcwork\node1\door.sys
  6. R_sblgn4.exe
  7. del door.sys
  8. copy sb.txt D:\sb\sbtalker
  9.  REM copies output of SBLOGIN to soundblaster directory
  10. del sb.txt
  11. D:
  12. cd\sb
  13. call D:\sb\sbtalk.bat
  14.  REM calles batchfile that loads driver for SAY.exe 
  15.  REM that should have been included with your SB software.
  16. cd\sb\sbtalker
  17. say sb.txt
  18. del sb.txt
  19. cd\sb
  20. call D:\sb\remove.bat
  21.  REM removes SBTALKER.DRV from memory
  22. C:
  23. cd\wc30
  24.  REM end of batchfile!
  25.